projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e3a494
)
Mark gtk-color-palette as deprecated
author
William Jon McCann
<william.jon.mccann@gmail.com>
Wed, 26 Jun 2013 15:47:32 +0000
(11:47 -0400)
committer
William Jon McCann
<william.jon.mccann@gmail.com>
Wed, 26 Jun 2013 15:47:32 +0000
(11:47 -0400)
It is only used by the deprecated color selector widget.
gtk/gtksettings.c
patch
|
blob
|
history
diff --git
a/gtk/gtksettings.c
b/gtk/gtksettings.c
index 1d488d8ee182ec1539bc788c34b842c09cf4c7a6..791c4af0d82ef83ded13db0b6e22ba5711434b81 100644
(file)
--- a/
gtk/gtksettings.c
+++ b/
gtk/gtksettings.c
@@
-1362,6
+1362,13
@@
gtk_settings_class_init (GtkSettingsClass *class)
NULL);
g_assert (result == PROP_LABEL_SELECT_ON_FOCUS);
+ /**
+ * GtkSettings:gtk-color-palette:
+ *
+ * Palette to use in the deprecated color selector.
+ *
+ * Deprecated: 3.10: Only used by the deprecated color selector widget.
+ */
result = settings_install_property_parser (class,
g_param_spec_string ("gtk-color-palette",
P_("Custom palette"),